XML template pages - définition. Qu'est-ce que XML template pages
Diclib.com
Dictionnaire en ligne

Qu'est-ce (qui) est XML template pages - définition

LANGUAGE FOR TRANSFORMING XML DOCUMENTS
Xslt; XSL-T; Extensible Stylesheet Language Transformations; XLST; XSLT 2.0; XML template engine; XML template processor; XSLT processor; XSL Transformation; .xsl; .xslt; XSL Transformations

XML Template Pages      
<World-Wide Web> (XTP) JSP transformed by XSL stylesheets. An XTP page is basically a JSP page which specifies an XSL stylesheet. The XSL specifies how selected tags in the XTP page should be rewritten. All other tags are passed through unchanged and so treated as standard JSP. JSP programmers can use XTP used as an easy introduction to XSL, incrementally applying styles to their pages. Caucho (http://caucho.com/resin/ref/xtp.xtp). (2003-07-13)
Template processor         
  • A diagram illustrating all of the basic elements and processing flow of a template engine.
SOFTWARE THAT PRODUCES DOCUMENTS BY COMBINING TEMPLATES WITH A DATA MODEL
Template system (computing); Template (software engineering); Templating language; Template language; Template file
A template processor (also known as a template engine or template parser) is software designed to combine templates with a data model to produce result documents.
Template reaction         
  • [[18-Crown-6]] can be synthesized by the [[Williamson ether synthesis]] using potassium ion as the template cation.
  • center
  • 14-membered N4 macrocyclic ligands, called Curtis macrocycles, arise from the condensation of acetone and a nickel complex of [[ethylenediamine]].
  • Scheme 4. Phosphacrown
CLASS OF CHEMICAL REACTIONS
Template effect; Metal template
In chemistry, a template reaction is any of a class of ligand-based reactions that occur between two or more adjacent coordination sites on a metal center. In the absence of the metal ion, the same organic reactants produce different products.

Wikipédia

XSLT

XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subsequently be converted to other formats, such as PDF, PostScript and PNG. Support for JSON and plain-text transformation was added in later updates to the XSLT 1.0 specification.

As of August 2022, the most recent stable version of the language is XSLT 3.0, which achieved Recommendation status in June 2017.

XSLT 3.0 implementations support Java, .NET, C/C++, Python, PHP and NodeJS. An XSLT 3.0 Javascript library can also be hosted within the Web Browser. Modern web browsers also include native support for XSLT 1.0.

For an XSLT document transformation, the original document is not changed; rather, a new document is created based on the content of an existing one. Typically, input documents are XML files, but anything from which the processor can build an XQuery and XPath Data Model can be used, such as relational database tables or geographical information systems.

While XSLT was originally designed as a special-purpose language for XML transformation, the language is Turing-complete, making it theoretically capable of arbitrary computations.